home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Hardware / Mac OS USB DDK / Mac OS USB DDK 1.4.1 / Examples / USBSampleStorageDriver / NativeDriverDescription.h next >
Encoding:
C/C++ Source or Header  |  2000-04-25  |  622 b   |  24 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        NativeDriverDesciption.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 1999 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11. #ifndef __DRIVERDESCRIPTION__
  12. #define __DRIVERDESCRIPTION__
  13. #include <DriverServices.h>
  14.  
  15. //----------------------------------------------------------------------------------
  16. //    The Driver Description structure -
  17. //     This structure provides the Device Manager with information about our native driver
  18. //----------------------------------------------------------------------------------
  19.  
  20. extern DriverDescription TheDriverDescription;
  21.  
  22. #endif
  23.  
  24.